@media screen and (min-width: 1700px) {

  /* #region  首页*/
  html,
  body {
    font-size: 20px;
  }

  .width {
    width: 1600px;
  }

  /* #endregion */

}

@media screen and (max-width: 1699px) {

  /* #region  首页*/
  html,
  body {
    font-size: 19px;
  }

  .width {
    width: 1350px;
  }

  header .header_bottom .nav li>a {
    font-size: .9rem;
    padding: 0 .55rem;
  }

  header .header_bottom .nav_select a {
    font-size: .8rem;
  }

  header .header_bottom .country {
    margin-left: 1.5rem;
  }

  .index2_con a i img {
    height: 13rem;
  }

  .index2_con a div {
    font-size: 1.1rem;
  }

  .banner .swp_text {
    width: 70%;
    object-fit: cover;
    object-position: center;
  }

  .index4 .index4_ul a img {
    height: 17rem;
  }

  /* #endregion */

  /* #region  内页*/
  .about_ul a img {
    height: 14.75rem;
  }

  .products .products_box {
    margin-bottom: 1.5rem;
  }

  .products_details1 .details_right .button {
    margin-top: 3rem;
  }

  .index1_links {
    justify-content: space-between;
  }

  .index1 .index1_right .index1_links .button {
    margin-right: 0;
  }

  .index6 .index6_ul a .index6_img img {
    height: 10.5rem;
  }

  /* #endregion */

}

@media screen and (max-width: 1449px) {

  /* #region  首页*/
  html,
  body {
    font-size: 18px;
  }

  .width {
    width: 1150px;
  }

  header .header_bottom .logo img {
    width: 9.5rem;
  }

  header .header_bottom .nav li>a {
    font-size: .85rem;
    padding: 0 0.3rem;
  }

  header .header_bottom .country {
    margin-left: 1rem;
  }

  footer .footer_bottom {
    font-size: .9rem;
  }

  .index4 .index4_ul a img {
    height: 15rem;
  }

  .index5 div p {
    font-size: 2rem;
  }

  /* #endregion */

  /* #region  内页*/
  .about_ul a img {
    height: 13.5rem;
  }

  .index6 .index6_ul a .index6_img img {
    height: 9.5rem;
  }


  /* #endregion */

}

@media screen and (max-width: 1249px) {

  /* #region  首页*/
  html,
  body {
    font-size: 17px;
  }

  .width {
    width: 920px;
  }

  .banner .swiper-slide>img,
  .banner .swiper-slide .slide-inner>img {
    min-height: 10rem;
  }

  .index2_con a i img {
    height: 10rem;
  }

  .index3 .index3_ul li:nth-child(2) a div span {
    width: 100%;
  }

  .index4 .index4_ul a img {
    height: 12rem;
  }

  .index5 div p {
    font-size: 1.55rem;
  }

  .index8_form .form_col textarea,
  .index8_form .form_col input {
    font-size: .9rem;
  }

  .index8 .index8_right {
    width: 49%;
  }

  header .header_bottom .button {
    display: none;
  }

  .banner .swp_text {
    width: 80%;
  }

  .banner .banner_prev {
    left: 3%;
  }

  .banner .banner_next {
    right: 3%;
  }

  .index8 .index8_left .inedx8_ul li {
    width: 46%;
  }

  .index4,
  .index5 {
    padding-bottom: 8rem;
  }

  /* #endregion */

  /* #region  内页*/
  .banner_con .banner_img img {
    min-height: 7rem;
  }

  .about_ul a img {
    height: 11.5rem;
  }

  .new_right a div p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .contact_ul a {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .index6 .index6_ul a .index6_img img {
    height: 8.5rem;
  }


  /* #endregion */

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* #region  首页*/
  .width {
    width: 90%;
  }


  header .header_bottom {
    background: #0E0542;
  }

  header .header_bottom .width {
    height: 6rem;

  }

  header .header_bottom .country>img {
    width: 1.6rem;
  }

  header .header_bottom .country .country_text {
    padding-left: .5rem;
    font-size: 1.1rem;
  }

  header .header_bottom .country .country_text img {
    width: 1rem;
    margin-left: .8rem;
  }

  header .header_bottom .country .country_text span,
  header .header_bottom .country .country_text a {
    font-size: 1.1rem;
    padding: .15rem 0;
  }

  header .header_bottom .country .country_text a {
    margin-top: .2rem;
  }

  header .header_bottom .country {
    margin-left: auto;
  }

  .nav_icon {
    padding: .5rem;
    padding-right: 0;
    margin-left: 1.5rem;
  }

  .nav_icon span {
    height: 1px;
    background-color: #ffffff;
    display: block;
    margin: .5rem 0;
    transition: ease-out .3s;
    width: 2.5rem;
  }


  .nav_icon span:nth-child(2) {
    width: 2.1rem;
    transition: ease-out .35s;
  }

  .nav_icon span:nth-child(3) {
    width: 1.7rem;
    transition: ease-out .35s;
  }

  .nav_icon2 span:nth-child(2),
  .nav_icon2 span:nth-child(3) {
    width: 2.5rem;
  }

  .nav_pc {
    display: none !important;
  }

  .nav_phone {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: scroll;
    padding-bottom: 5rem;
    transform: translateX(-101%);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    opacity: 0;
  }

  .nav_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: block;
    z-index: 99;
    display: none;
  }

  .nav_phone2 {
    transform: translateX(0);
    opacity: 1;
  }

  header .header_bottom .nav {
    display: block;
  }

  header .header_bottom .nav li>a {
    font-size: 1.1rem;
    color: #1D2228;
    font-weight: 700;
    padding: 0 1.5rem;
    line-height: 3.6rem;
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;

    &::after {
      content: '';
      display: block;
      width: .5rem;
      height: .5rem;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
      transform: rotate(-45deg);
      margin-left: auto;
    }
  }

  header .header_bottom .nav_select {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    display: block;
    background: #f8f8f8;
    padding: 0;
    display: none;
  }

  header .header_bottom .nav_select a {
    font-size: 1.1rem;
    color: #1D2228;
    font-weight: 700;
    padding: 0 3rem;
    line-height: 3rem;
    border-bottom: 1px solid #efefef;
  }

  .nav_close {
    margin-left: auto;
    width: 3.8rem;
    padding: 1rem;
    opacity: .7;
  }

  .nav_close img {
    width: 100%;
  }

  .nav_bottom {
    padding: 0 1.5rem;
    padding-top: 1rem;
  }

  .nav_bottom a {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }

  .nav_bottom i {
    background: #0e0542;
    border-radius: .2rem;
    padding: .5rem;
  }

  .nav_bottom img {
    width: 1.5rem;
  }

  .nav_bottom div {
    flex: 1;
    line-height: 1;
    margin-left: 1rem;
  }

  .nav_bottom span {
    font-size: 1.1rem;
    color: #777;
    font-weight: 600;
  }

  .nav_bottom p {
    font-size: 1.2rem;
    color: #0e0542;
    font-weight: 300;
    margin-top: .7rem;
    padding-bottom: .5rem;
  }

  .header_top {
    display: none !important;
  }

  main {
    padding-top: 6rem;
  }

  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }

  /* #endregion */

  /* #region  内页*/
  .material a {
    padding: 0 1.2rem;
  }

  /* #endregion */

}

@media screen and (max-width: 767px) {

  /* #region  首页*/
  .width {
    width: 95%;
  }

  .index1 {
    display: block;
  }

  .index1 .index1_left {
    width: 95%;
  }

  .text p {
    font-size: 1.1rem;
  }

  .text div {
    font-size: 2.2rem;
  }

  .index1 .index1_right {
    margin-top: 5rem;
    width: 100%;
  }

  .index1 .index1_right .text div span {
    display: inline;
  }

  .index1_ul {
    justify-content: space-between;
  }

  .index1_ul li {
    /* width: 100%; */
    width: 49%;
    font-size: 1.4rem;
  }

  .index1_ul li img {
    width: 2rem;
  }

  .button {
    width: 15rem;
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.2rem;

  }

  .index1 {
    padding-bottom: 5rem;
    padding-top: 3.5rem;
  }

  .index1_ul {
    padding-right: 0;
    padding-top: 2rem;
  }

  .text div {
    margin-top: 2rem;
  }

  .index1 .index1_right .button {
    margin-top: 3.5rem;
  }

  .index2 {
    padding-top: 4rem;
  }

  .index2 .index2_ul {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 1.6rem;
  }

  .index2 .index2_ul a {
    height: 3.2rem;
    margin: 0 .5rem;
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  .index2_con {
    display: block;
  }

  .index2_con a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }

  .index2_con a i img {
    height: 18rem;
  }

  .index2_con a div {
    font-size: 1.3rem;
    line-height: 3.5rem;
  }

  .index2_con {
    margin-top: 3rem;
  }

  .index3 .index3_ul {
    display: block;
  }

  .index3 .index3_ul li {
    width: 100%;
    margin-bottom: 2rem;
    min-height: auto;
  }

  .index3 .index3_ul a p {
    font-size: 1.45rem;
  }

  .index3 .index3_ul a div {
    font-size: 1.2rem;
  }

  /* .index3 .index3_ul li:nth-child(2) a div span {
    width: 50%;
  } */

  .index3 {
    padding: 5rem 0;
  }

  .index4 {
    padding: 6rem 0 4rem 0;
  }

  .index4 .index4_ul {
    display: block;
  }

  .index4 .index4_ul a {
    width: 100%;
    margin-right: 0;
  }

  .index4 .index4_ul a img {
    height: 18rem;
  }

  .index4 .index4_ul a p {
    font-size: 1.2rem;
  }

  .index5 {
    padding-bottom: 6rem;
  }

  .index5>img {
    display: none;
  }

  .index5 div {
    display: block;
    padding-right: 0;
    height: auto;
    padding-bottom: 2.3rem;
  }

  .index5 div p {
    text-align: center;
    padding: 2rem 0;
  }

  .index5 a {
    width: 17rem;
    margin: 0 auto;
  }

  .index5 a img {
    width: 1.5rem;
  }

  .index6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .index6 .index6_ul {
    display: block;
  }

  .index6 .index6_ul a {
    margin-right: 0;
    width: 100%;
    margin-bottom: 2rem;
  }

  .index6 .index6_ul a .index6_img span {
    font-size: 1.2rem;
    min-width: 7rem;
    line-height: 1.8;
  }

  .index6 .index6_ul a .index6_text .index6_t1 {
    padding: 1.4rem 1rem 1.6rem 1rem;
  }

  .index6 .index6_ul a .index6_text .index6_t1 h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    height: auto;
  }

  .index6 .index6_ul a .index6_text .index6_t1 p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    height: 2.8rem;
  }

  .index6 .index6_ul a .index6_text .index6_t2 span {
    font-size: 1.2rem;
  }

  .index6 .index6_ul a .index6_text .index6_t2 div {
    font-size: 1.1rem;
  }

  .index6 .index6_ul a .index6_text .index6_t2 {
    height: 3.5rem;
  }

  .index8 {
    display: block;
    margin-top: 5rem;
  }


  .index8 .index8_left {
    width: 100%;
  }

  .index8 .index8_left {
    margin-bottom: 3.8rem;
  }

  .index8 .index8_left .index8_text {
    font-size: 1.2rem;
  }

  .index8 .index8_left .inedx8_ul li span {
    font-size: 1rem;
  }

  .index8 .index8_left .inedx8_ul li p {
    font-size: 1.2rem;
  }

  .index8 .index8_left .inedx8_ul li span b {
    font-size: 1.8rem;
  }

  .index8 .index8_left .inedx8_ul li img {
    width: 3rem;
  }

  .index8 .index8_left .inedx8_ul li {
    width: 49%;
  }

  .index8 .index8_left .inedx8_ul li:nth-child(2) {
    justify-content: end;
  }

  .index8 .index8_right {
    width: 90%;
    margin: 0 auto;
  }

  .index8_form .form_row {
    display: block;
  }

  .index8_form .form_row .form_col {
    width: 100%;
  }

  .index8_form .form_col textarea,
  .index8_form .form_col input {
    font-size: 1.2rem;
  }

  .index8_form .form_col2 {
    height: 9rem;
  }

  .index8_form .button {
    width: 15rem;
    height: 4rem;
  }

  footer .footer_top .width {
    font-size: 1.2rem;
  }

  footer .footer_top .width span {
    margin-right: .8rem;
  }

  footer .footer_top .width div a {
    padding: 0 .6rem;
  }

  footer .footer_center .width {
    display: block;
  }

  footer .footer_center .footer_col1 {
    width: 100%;
  }

  footer .footer_center .footer_text {
    font-size: 1.2rem;
  }

  footer .footer_center .footer_txt {
    font-size: 1.8rem;
    padding-top: 3.5rem;
  }

  footer .footer_center .footer_widget div a {
    margin-right: 3rem;
  }

  footer .footer_center .footer_widget div {
    margin-top: 1.8rem;
  }

  footer .footer_center .footer_widget div a>img {
    width: 3rem;
  }

  footer .footer_col2 div {
    display: flex;
    flex-wrap: wrap;
  }

  footer .footer_col2 div a {
    font-size: 1.2rem;
    width: 49%;
  }

  footer .footer_col3 {
    width: 100%;
  }

  footer .footer_col3 input {
    font-size: 1.2rem;
    height: 4rem;
  }

  footer .footer_col3 button {
    font-size: 1.2rem;
    height: 4rem;
  }

  footer .footer_col3 button img {
    width: 1.5rem;
    margin-left: 1rem;
  }

  footer .footer_col4 {
    width: 100%;
  }

  footer .footer_col2 a,
  footer .footer_col4 div {
    font-size: 1.2rem;
  }

  footer .footer_col4 span {
    width: 9rem;
  }

  footer .footer_center .footer_widget {
    margin-top: .5rem;
  }

  footer .footer_bottom .width {
    display: block;
  }

  footer .footer_bottom {
    font-size: 1.1rem;
  }

  footer .footer_bottom .width div:last-child {
    padding-left: 0;
  }

  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }

  header .header_top {
    display: none;
  }

  main {
    padding-top: 6rem;
  }

  .banner .banner_prev,
  .banner .banner_next {
    display: none;
  }

  .search .width {
    transform: translateY(-2rem);
    padding: 1rem 1rem 1.3rem 1rem;
    flex-wrap: wrap;
    align-items: start;
  }

  .search .width div {
    width: 100%;
    height: 3rem;
    margin-top: 1rem;
  }

  .search .width p {
    font-size: 1.1rem;
  }

  .search .width div input {
    font-size: 1.2rem;
  }

  .search .width div button img {
    width: 1.5rem;
  }

  .search .width p {
    flex-wrap: wrap;
    padding-top: .35rem;
    padding-left: .5rem;
  }

  .banner .swiper-slide>img,
  .banner .swiper-slide .slide-inner>img {
    min-height: 10rem;
  }

  .button {
    width: 13rem;
  }

  .banner .swp_text .swp_t4 .button:nth-child(2) {
    margin-left: auto;
  }

  .banner .swp_text {
    width: 90%;
  }


  header .header_bottom {
    background: #0E0542;
  }

  header .header_bottom .width {
    height: 6rem;

  }

  header .header_bottom .country>img {
    width: 1.6rem;
  }

  header .header_bottom .country .country_text {
    padding-left: .5rem;
    font-size: 1.1rem;
  }

  header .header_bottom .country .country_text img {
    width: 1rem;
    margin-left: .8rem;
  }

  header .header_bottom .country .country_text span,
  header .header_bottom .country .country_text a {
    font-size: 1.1rem;
    padding: .15rem 0;
  }

  header .header_bottom .country .country_text a {
    margin-top: .2rem;
  }

  header .header_bottom .country {
    margin-left: auto;
  }

  .nav_icon {
    padding: .5rem;
    padding-right: 0;
    margin-left: 1.5rem;
  }

  .nav_icon span {
    height: 1px;
    background-color: #ffffff;
    display: block;
    margin: .5rem 0;
    transition: ease-out .3s;
    width: 2.5rem;
  }


  .nav_icon span:nth-child(2) {
    width: 2.1rem;
    transition: ease-out .35s;
  }

  .nav_icon span:nth-child(3) {
    width: 1.7rem;
    transition: ease-out .35s;
  }

  .nav_icon2 span:nth-child(2),
  .nav_icon2 span:nth-child(3) {
    width: 2.5rem;
  }

  .nav_pc {
    display: none !important;
  }

  .nav_phone {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: scroll;
    padding-bottom: 5rem;
    transform: translateX(-101%);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    opacity: 0;
  }

  .nav_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: block;
    z-index: 99;
    display: none;
  }

  .nav_phone2 {
    transform: translateX(0);
    opacity: 1;
  }

  header .header_bottom .nav {
    display: block;
  }

  header .header_bottom .nav li>a {
    font-size: 1.1rem;
    color: #1D2228;
    font-weight: 700;
    padding: 0 1.5rem;
    line-height: 3.6rem;
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;

  }

  header .header_bottom .nav li>a.nav_down::after {
    content: '';
    display: block;
    width: .5rem;
    height: .5rem;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    margin-left: auto;
  }

  header .header_bottom .nav_select {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    display: block;
    background: #f8f8f8;
    padding: 0;
    display: none;
  }

  header .header_bottom .nav_select a {
    font-size: 1.1rem;
    color: #1D2228;
    font-weight: 700;
    padding: 0 3rem;
    line-height: 3rem;
    border-bottom: 1px solid #efefef;
  }

  .nav_close {
    margin-left: auto;
    width: 3.8rem;
    padding: 1rem;
    opacity: .7;
  }

  .nav_close img {
    width: 100%;
  }

  .nav_bottom {
    padding: 0 1.5rem;
    padding-top: 1rem;
  }

  .nav_bottom a {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }

  .nav_bottom i {
    background: #0e0542;
    border-radius: .2rem;
    padding: .5rem;
  }

  .nav_bottom img {
    width: 1.5rem;
  }

  .nav_bottom div {
    flex: 1;
    line-height: 1;
    margin-left: 1rem;
  }

  .nav_bottom span {
    font-size: 1.1rem;
    color: #777;
    font-weight: 600;
  }

  .nav_bottom p {
    font-size: 1.2rem;
    color: #0e0542;
    font-weight: 300;
    margin-top: .7rem;
    padding-bottom: .5rem;
  }


  .index6_ul a:nth-child(4),
  .index3_ul li:nth-child(4),
  .index6_ul a:nth-child(3),
  .index4_ul a:nth-child(3n+3),
  .index3_ul li:nth-child(3),
  .index8_right,
  .index6_ul a:nth-child(2),
  .index4_ul a:nth-child(2),
  .index4_ul a:nth-child(5),
  .index3_ul li:nth-child(2),
  .index2 .index2_con a:nth-child(6),
  .index2 .index2_con a:nth-child(2),
  .products .index2_con a:nth-child(2),
  .products .index2_con a:nth-child(5),
  .products .index2_con a:nth-child(8),
  .products .index2_con a:nth-child(3n+3),
  .index2 .index2_con a:nth-child(7),
  .index2 .index2_con a:nth-child(3),
  .index2 .index2_con a:nth-child(4n+4),
  .index1_right {
    animation-delay: 0s;
  }


  /* #endregion */

  /* #region  内页*/
  .banner_con .banner_img img {
    
  }

  .banner_con .banner_text div {
    font-size: 1.15rem;
  }

  .about {
    display: block;
  }

  .about .about_left,
  .about .about_left2,
  .about .about_right {
    width: 100%;
  }

  .about .about_right>div {
    width: 90%;
    margin: 2.5rem auto 0 auto;
    transform: translateX(0);
    padding: 2rem 1.5rem;
  }

  .about .about_p {
    font-size: 1.2rem;
  }

  .about {
    margin-top: 3rem;
  }

  .about:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }

  .about .about_left2 {
    padding: 2.5rem 2rem 1rem 2rem;
  }

  .about_con {
    padding: 1rem 0 6rem 0;
  }

  .about>div:nth-child(2) {
    animation-delay: 0s;
  }



  .about2 .about_left img {
    width: 100%;
  }

  .about2 .index1_ul {
    padding-top: 1rem;
  }

  .about2 .index1_ul li {
    margin-top: 1.4rem;
  }

  .about_bg b {
    font-size: 1.2rem;
  }

  .about_bg p {
    font-size: 1.4rem;
    line-height: 1.45;
  }

  .about_row {
    display: block;
  }

  .about_row a {
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
    padding: 2.2rem 1.8rem;
  }


  .about_ul a:nth-child(2),
  .about_ul a:nth-child(5),
  .about_ul a:nth-child(8),
  .about_ul a:nth-child(3n+3),
  .about_row a:nth-child(2),
  .about_row a:nth-child(3),
  .about_row a:nth-child(4) {
    animation-delay: 0s;
  }

  .about_row a h3 {
    font-size: 1.5rem;
  }

  .about_row a li {
    font-size: 1.2rem;
  }

  .about_row {
    margin-top: 0;
    padding-top: 3.5rem;
  }

  .about_bg {
    padding: 4rem 0;
  }

  .about_ul a {
    width: 100%;
    margin-right: 0;
  }

  .about_ul a img {
    height: auto;
  }

  .about_reality {
    padding-top: 3rem;
  }

  .pagination .page-numbar a {
    font-size: 1.2rem;
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .area a {
    display: block;
  }

  .area a .area_img img {
    width: 100%;
    height: auto;
  }

  .area a .area_text h3 {
    font-size: 1.6rem;
  }

  .area a .area_text div {
    font-size: 1.2rem;
  }

  .area a .area_text {
    padding: 2.1rem 2rem 2.5rem 2rem;
  }

  .area {
    padding-bottom: 4.5rem;
  }

  .new_left {
    width: 100%;
    order: 1;
  }

  .new .pagination {
    order: 2;
  }


  .new_left .new_text .news_t,
  .new_left .new_text span {
    font-size: 1.2rem;
  }

  .new_left .new_text h3 {
    font-size: 1.5rem;
    margin-top: 1.1rem;
  }

  .new_left .new_text .news_t {
    margin-top: 1.1rem;
  }

  .new_left .new_text .news_a {
    font-size: 1.1rem;
    margin-top: 1.1rem;
  }

  .new_left .new_text .news_a img {
    width: 1.2rem;
  }

  .new_left .new_text {
    padding: 1.3rem 1rem 2.5rem 1rem;
  }


  .new_left .new_li {
    margin-bottom: 3rem;
  }

  .new .pagination {
    padding-top: 3rem;
  }

  .new {
    padding: 4.5rem 0 5rem 0;
  }

  .new_right {
    width: 100%;
    order: 3;
    margin-top: 5rem;
  }

  .new_right .mysticky {
    padding: 2rem 1.5rem 1rem 1.5rem;
  }

  .new_right h3 {
    font-size: 1.5rem;
  }

  .new_right a div p {
    font-size: 1.3rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .new_right a div span {
    font-size: 1.1rem;
  }

  .new_right h3 {
    margin-bottom: 1.5rem;
  }

  .new_right a {
    margin-bottom: 2.2rem;
  }

  .new_show .new_simg div {
    padding: 0.1rem 1rem 0.7rem 0.8rem;
  }

  .new_show .new_simg div span {
    font-size: 1.1rem;
  }

  .new_show .new_simg div p {
    font-size: 1.4rem;
  }

  .new_left .new_text {
    padding-left: 0;
    padding-right: 0;
  }

  .new_left .button {
    width: 10rem;
    height: 4.5rem;
    font-size: 1.3rem;
    border-radius: 2.2rem;
  }

  .contact .index8_form {
    padding: 2.3rem 1.5rem 2.1rem 1.5rem;
  }

  .index8_form .button img {
    width: 1.2rem;
  }

  .contact .index8_form .button {
    width: 22rem;
    height: 3.8rem
  }

  .contact .index8_form .form_col2 {
    margin-bottom: 2rem;
  }

  .contact_ul {
    display: block;
  }

  .contact_ul a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .contact_ul a .contact_text i,
  .contact_ul a .contact_icon i {
    width: 3.5rem;
    height: 3.5rem;
  }

  .contact_ul a .contact_text i img,
  .contact_ul a .contact_icon i img {
    width: 1.5rem;
  }

  .contact_ul a .contact_icon b {
    font-size: 1.6rem;
  }

  .contact_ul a .contact_icon p {
    font-size: 1.2rem;
  }

  .contact_ul a .contact_text div {
    font-size: 1.2rem;
  }

  .contact_ul {
    margin-top: 2.5rem;
  }

  .contact {
    padding-bottom: 4rem;
  }

  .contact_ul a:nth-child(2),
  .contact_ul a:nth-child(3) {
    animation-delay: 0s;
  }

  /* #endregion */

  /* #region  内页*/

  .material_con {
    font-size: 1.2rem;
  }

  .material_con .material_t1 b {
    font-size: 1.4rem;
  }

  .material_con .material_t2 {
    flex-direction: column-reverse;
  }

  .material_con .material_t2 img {
    width: 100%;
  }

  .material_con .material_t2 div {
    margin-top: 2rem;
  }

  .material_con .material_txt {
    font-size: 1.2rem;
  }

  .material .width {
    flex-wrap: wrap;
  }

  .material {
    padding: .8rem 0;
  }

  .material .width {
    justify-content: center;
  }

  .material a {
    font-size: 1.2rem;
    /* width: 100%; */
    text-align: center;
    padding: 0 1rem !important;
    line-height: 3.7rem;
  }

  .material a::before {
    display: none;
  }

  .products {
    padding-top: 3.5rem;
  }

  .products .index2_con {
    /* order: 3; */
    width: 100%;
    padding-top: 1.5rem;
  }

  .products .index2_con a {
    width: 100%;
    margin-right: 0;

  }

  .products .pagination {
    /* order: 2; */
    padding-top: 2rem;
  }

  .products .products_right {
    /* order: 1; */
    width: 100%;
    /* margin-top: 5rem; */
  }

  .products .products_box {
    margin-bottom: 1rem;
  }

  .products .products_box .products_txt img {
    width: 3.5rem;
  }

  .products .products_box .products_txt h3 {
    font-size: 1.5rem;
  }

  .products .products_input {
    height: 3.6rem;
    border-radius: 1.8rem;
  }

  .products .products_input input {
    font-size: 1.2rem;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
  }

  .products .products_input button {
    width: 4.5rem;
  }

  .products .products_input button img {
    width: 1.5rem;
  }

  .products .products_ul a {
    height: 4rem;
    font-size: 1.2rem;
  }

  .products .products_img {
    margin-top: 5rem;
  }

  .products .products_img img {
    height: 17rem;
    object-fit: cover;
    object-position: center;
  }

  .products .products_img div {
    font-size: 1.4rem;
    height: 6rem;
  }

  .products {
    padding-bottom: 7rem;
  }

  .products_details3 .index2_con a:nth-child(2),
  .products_details3 .index2_con a:nth-child(3),
  .products_details3 .index2_con a:nth-child(4) {
    animation-delay: 0s;
  }

  .products_details1 {
    display: block;
  }

  .products_details1 .details_right,
  .products_details1 .details_left {
    width: 100%;
  }

  .products_details1 .details_right {
    margin-top: 2.5rem;
  }

  .products_details1 .details_right h3 {
    font-size: 2rem;
  }

  .products_details1 .details_right>i {
    margin-top: 1.3rem;
  }

  .products_details1 .details_right .details_p {
    font-size: 1.2rem;
    margin-top: 1.3rem;
  }

  .products_details1 .details_right .button {
    width: 16rem;
    height: 4rem;
    margin-top: 5rem;
  }

  .products_details1 .details_right .details_share b {
    font-size: 1.5rem;
  }

  .products_details1 .details_right .details_share div a img {
    width: 2rem;
  }

  .products_details1 .details_right .details_share div a {
    padding: 1rem;
  }

  .products>.products_img {
    width: 100%;
  }

  .details_text {
    font-size: 1.2rem;
  }

  .details_text b {
    font-size: 1.4rem;
  }

  .details_text {
    padding: 2.3rem 1.5rem 3.2rem 1.5rem;
  }

  .products_details3>h3 {
    font-size: 1.8rem;
  }

  .products_details3 {
    padding-bottom: 5.5rem;
  }

  .details_ul {
    /* display: block; */
    padding-bottom: .6rem;
    flex-wrap: wrap;
  }

  .details_ul li {
    font-size: 1.2rem;
    line-height: 3.5rem;
    text-align: center;
  }

  .details_ul li::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .details_ul li:hover::after,
  .details_ul li.active::after {
    width: 6rem;
  }

  .new_area {
    padding-bottom: 5.5rem;
  }

  .new_title {
    font-size: 2.2rem;
  }

  .new_date {
    font-size: 1.1rem;
  }

  .new_two {
    font-size: 1.2rem;
  }

  .new_page {
    display: block;
  }

  .new_page a {
    width: 100%;
    max-width: 100%;
    line-height: 2;
  }

  .index1_links {
    display: block;
    padding-top: 3.3rem;
  }

  .index1 .index1_right .index1_links .button {
    margin-left: auto;
    margin-right: auto;
    width: 20rem;
    margin-top: .8rem;
  }

  .bread .width {
    height: 4rem;
  }

  .bread img {
    width: 2rem;
  }

  .bread * {
    font-size: 1.25rem;
  }

  .more {
    width: 15rem;
    height: 3.2rem;
  }

  .more span img {
    width: 1.2rem;
  }

  .index6 .more_row {
    padding-top: 1.5rem;
  }

  /* {pboot:sort scode=6}
  <a href="[sort:link]" class="button">
      <span>Contact Us Now</span>
      <img src="/images/index5_icon.png" alt="">
  </a>
  {/pboot:sort} */
  .p_swp_prev,
  .p_swp_next {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    right: 0;
    margin: 0 2rem;
  }

  .p_swps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .5rem;
  }

  .p_swp_prev img,
  .p_swp_next img {
    width: 3.2rem;
  }

  .products_swp .swiper-container {
    overflow: visible;
  }

  .search .width form {
    width: 100%;
  }

  .area_index .index4 {
    padding: 0 0 6rem 0;
  }

  .products_right .products_img {
    display: none;
  }

  .products .products_ul .swiper-slide,
  .products .products_ul a {
    width: auto;
  }



  .bread a:last-child {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .index2 .index2_ul_pc {
    display: none;
  }

  .index2 .index2_ul_phone {
    display: block;
  }

  .index2 .index2_ul a {
    width: auto;
    margin: 0;
  }

  .products_swp {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .new_two {
    padding: 3.5rem 0 5rem 0;
  }


  .about_left {
    height: auto;
    background: none !important;
  }

  .about_left>img {
    width: 100%;
    height: auto;
    display: block;
  }

  .index3 .index3_ul a {
    height: auto;
  }

  .banner .swiper-slide,
  .banner .swiper-wrapper,
  .index2_ul_phone .swiper-wrapper,
  .products_swp .swiper-slide,
  .products_swp .swiper-wrapper {
    height: auto;
  }

  footer .footer_center .footer_widget div i {
    transform: translate(-50%, -1rem);
  }


  footer .footer_center .footer_widget div i img {
    width: 10rem;
  }

  footer .footer_center .footer_widget .footer_txt {
    text-align: center;
  }

  footer .footer_center .footer_widget div {
    justify-content: center;
  }

  footer .footer_center .footer_widget div i::after {
    border: .6rem solid transparent;
    border-bottom: none;
    border-top-color: #fff;
  }

  .index5 {
    padding-top: 6rem;
  }


  .material_con table {
    font-size: 1.2rem;
  }

  .material_con table th,
  .material_con table td {
    padding: .4rem;
  }

  .material_con .material_t1>div {
    overflow-x: scroll;
  }

  .material_con {
    padding: 3rem 0 6rem 0;
  }

  .index6 .index6_ul a .index6_img span {
    top: 1.9rem;
  }

  .index6 .index6_ul a .index6_img img {
    height: auto;
  }

  .area_text i {
    font-size: 1.1rem;
  }

  .pop {
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
  }


  /* #endregion */


}

/* #region  */

/* #endregion */